From ae91f15bd7fafc95593a625d218a1c5772ceb137 Mon Sep 17 00:00:00 2001 From: Philippe SWARTVAGHER Date: Fri, 12 Sep 2025 23:00:35 +0200 Subject: [PATCH] Use hardening flags for Doc/ttman Forwarded: not-needed Last-Update: 2025-03-16 Last-Update: 2025-03-16 Gbp-Pq: Name 0002-fix-blhc.patch --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 720f043..7ea48ee 100644 --- a/Makefile +++ b/Makefile @@ -255,12 +255,6 @@ $(man7): Doc/ttman %.7: %.txt $(call cmd,ttman) -Doc/ttman.o: Doc/ttman.c - $(call cmd,hostcc,) - -Doc/ttman: Doc/ttman.o - $(call cmd,hostld,) - quiet_cmd_ttman = MAN $@ cmd_ttman = Doc/ttman $< $@ # }}} -- 2.30.2